Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 4 - Geometric Objects / Geometric Objects Reference
Geometric Objects Routines / Creating and Editing Trigrids


Q3TriGrid_New

You can use the Q3TriGrid_New function to create a new trigrid.

TQ3GeometryObject Q3TriGrid_New (
const TQ3TriGridData *triGridData);
triGridData
A pointer to a TQ3TriGridData structure.
DESCRIPTION
The Q3TriGrid_New function returns, as its function result, a new trigrid having the vertices and attributes specified by the triGridData parameter. If a new trigrid could not be created, Q3TriGrid_New returns the value NULL.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996